home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / internet-tools / internet-install-tools / varknet-dms-files / warknet1.dms / warknet1.adf / ENVARC.LHA / ENV-ARCHIVE / Mosaic / mailcap next >
Text File  |  1995-12-28  |  790b  |  26 lines

  1. # This is a simple example mailcap file.
  2. # Lines starting with '#' are comments.
  3.  
  4. # N.B. That if you are running mosaic on the Workbench, you
  5. # will have to remove the PUBSCREEN=Mosaic arguments from the commands.
  6.  
  7. # Note that '%s' means 'put the datafile name here when the viewer is
  8. # executed'.
  9.  
  10. audio/*; sys:Utilities/MultiView %s ;PUBSCREEN=Mosaic
  11.  
  12. image/*; sys:Utilities/MultiView %s ;PUBSCREEN=Mosaic
  13.  
  14. #hopefully do something reasonable with text files
  15. text/x-aguide; sys:Utilities/MultiView %s ;PUBSCREEN=Mosaic
  16. text/*; sys:utilities/more %s
  17.  
  18. # This maps MPEG video data to the viewer 'mpeg_play'.
  19. video/mpeg; mpeg_play %s
  20. video/*;  sys:Utilities/MultiView %s ;PUBSCREEN=Mosaic
  21.  
  22. application/postscript; ghostview %s
  23. application/x-dvi; xdvi %s
  24.  
  25. music/x-mod;  rx rexx:playmod.rexx %s
  26.